Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid pipenv install --system #109

Merged
merged 1 commit into from
Jul 1, 2020
Merged

Avoid pipenv install --system #109

merged 1 commit into from
Jul 1, 2020

Conversation

ldko
Copy link
Member

@ldko ldko commented Jul 1, 2020

Per current recommendation of pipenv don't use --system with pipenv install in Docker context. Hopefully this takes care of the ModuleNotFoundError: No module named 'codalib' that was happening when running in Docker. This also adds --skip-missing-interpreters true to calling tox in Docker, since we only have Python 3.7 installed.

@ldko
Copy link
Member Author

ldko commented Jul 1, 2020

@madhulika95b @somexpert would you please review this and check if it fixes the Docker issue for you.

Copy link
Contributor

@madhuBayy madhuBayy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works fine.

Copy link
Member

@somexpert somexpert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

app runs fine in docker now and the py36 env is skipped in docker 👍

@ldko ldko merged commit 6f20446 into master Jul 1, 2020
@ldko ldko deleted the docker-pipenv-no-system branch July 1, 2020 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants